home *** CD-ROM | disk | FTP | other *** search
-
- ClipEd 1.11 - by Rolf Rotvel
-
- DESCRIPTION:
- Edit, create, delete or rename entries in Arexx internal clip list.
-
- REQUIREMENTS:
- rexxreqtools.library. Rexxmast.
-
- INSTALLATION
- Copy it to rexx: and run it :-).
-
- USAGE
- The listview is fairly standard: Use Cursor or Shift Cursor keys to
- navigate and Enter to select a clip. Help shows this text:
-
- d or Delete : Delete clip
- e : Edit clip value
- r : Rename clip
- n : Create a new clip
- u : Update the cliplist
- q or Escape : Quit ClipEd
-
- Any linefeeds or carriage returns in clip values will be shown as \n or
- \r. If you want to enter a linefeed or carriage return in a clip value
- enter '\n' or '\r' in the string requester.
-
- RXLISTVIEW
- If you're interested in using the listview in your own Arexx scripts
- look for 'rxlistview' in the util/rexx directory on aminet. It's a kind
- of developers package that describes how to use it (The current version
- is rxlistview17.lha).
-
- CREDITS:
- Thanks to
- Magnus Holmgren/Rafael D'Halleweyn for Reqtools/Rexxreqtools.
- Frederic Delacroix for his bug report.
- Nils Goers for his nice email.
-
- COPYRIGHT
- No copyright. Do whatever you want with this.
-
- DISCLAIMER
- It's all your fault :-)
-
- AUTHOR
- Please send send any comments you might have to me:
-
- Email: rolfr@post4.tele.dk
- Fidonet: 2:238/38.2
-
- HISTORY:
- 1.0 - First release.
- 1.1 - Added handling of newline(s) in clip values.
- 1.2 - Slightly better newline handling...
- 1.3 - Updated listview requester.
- Fixed newline bug.
- 1.4 - Added cr handling.
- Optimized listview requester.
- When creating a new clip now check if it already exists.
- And some other bits and pieces :-)
- 1.5 - Fixed stupid bug in listview requester.
- Changed \cr \nl -> \r \n to confirm to printf() standard.
- 1.6 - Updated to latest version of listview procedure.
- 1.7 - Added refresh gadget that rereads the cliplist.
- 1.8 - Now uses listview as frontend.
- Listview wasn't updated properly when adding clips.
- Added support for Help, Delete and inline editing keys.
- Listview now 'rolls over'.
- Many internal changes to listview.
- 1.9 - Listview no longer highlights an empty list.
- 1.10 - Listview didn't update properly when 'rolling over' to the top.
- 1.11 - Added renaming of clips (Nils Goers)
- Ok/Cancel gadgets are consistent in all requesters.
- Inline keys changed slightly.
-